home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 037a / upconv22.zip / README.DOC next >
Text File  |  1991-09-06  |  3KB  |  40 lines

  1. Welcome to UpConv, the Turbo Pascal case converter.
  2. ---------------------------------------------------
  3.  
  4. Full documentation is enclosed in the file UPCONV.DOC, but belowe is the
  5. help displayed by UpConv and UpConfig when issued with the parameter -h.
  6.  
  7. Before using this product, please read the full documentation to see if
  8. it fits your needs. If it doesn't, or if you have any questions or
  9. suggestions concerning this product or any other products, please
  10. contact the next address :
  11.  
  12.                                       P.S.O.
  13.                                       P.O. Box 266
  14.                                       2170 AG  Sassenheim
  15.                                       The Netherlands
  16.  
  17.  
  18. UpConv version 2.2  -  Turbo Pascal case converter  -  (c) 1991 by J.W. Pluimers
  19. --------------------------------------------------------------------------------
  20.                                                                                 
  21. Syntax :   UpConv [switch...] sourcefile [[switch...] [sourcefile]...]          
  22.                                                                                 
  23. Switches : [action[apply...]] [option...]             start switch with - or /  
  24.                                                                                 
  25.   action   -u  Convert to upperCase.          apply   r  Reserved words.        
  26.            -l  Convert to lowerCase.                  b  Borland identifiers.   
  27.            -f  UpperCase first character.             u  User identifiers.      
  28.            -n  Do not convert.                        d  Compiler directives.   
  29.            -x  Default settings.                   none  Apply to all above.    
  30.                                                                                 
  31.   action   -e  Enable comment parsing.        apply   p  Parenthese comments.   
  32.            -d  Disable comment parsing.               b  Brace comments.        
  33.                                                    none  Both comments.         
  34.   option   -o  Overwrite destination files.                                     
  35.            -s  Skip existing destination files.                                 
  36.                                                                                 
  37. Default :  switches          -lr -nbu -ud -ep -s                                
  38.            input extension   .PAS     (changable, wildcards allowed)            
  39.            output extension  .FMT     (unchangable)                             
  40.